home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Faces of Papua New Guinea
/
Faces of Papua New Guinea by Wm. C. Clarke, Ph.D. (Wayzata Technology)(3211)(1995).bin
/
windows
/
playall3
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1995-04-10
|
281b
|
16 lines
on exitFrame
global mTimeNow
put the movieTime of sprite 10 into nowT
put the duration of cast "gardens.mov" into doneT
if nowT < mTimeNow then
go next
else
if nowT < doneT then
go to frame 11
else
go next
end if
end if
end